home *** CD-ROM | disk | FTP | other *** search
- @charset "utf-8";
- /* Stylesheet for the anti-phishing warning documents */
- /* Copyright 2008 Opera Software */
- @media tv {html {font-size: 150%;}}
- @media screen, projection, tv, speech {
- html {
- font-family: sans-serif;
- color: hsl(0,0%,22%);
- background-color: hsl(0,0%,78%);
- margin: 50px auto 10px;
- max-width: 390px;
- voice-family: female;
- }
- body {margin: 0;}
- a {
- color: hsl(0,0%,29%);
- background-color: transparent;
- }
- h1 {
- font-family: sans-serif;
- font-size: 83%;
- text-align: center;
- color: white;
- background: transparent;
- background-image: url(images/red_center.png);
- background-repeat: repeat-x;
- padding: 5px 0;
- margin: 0 11px;
- min-height: 18px;
- position: relative;
- }
- h1::before, h1::after {
- content: "";
- background-image: url(images/red_left.png);
- width: 13px;
- height: 28px;
- position: absolute;
- left: -13px;
- top: 0;
- }
- h1::after {
- background-image: url(images/red_right.png);
- left: auto;
- right: -13px;
- }
- h2 {
- font-family: sans-serif;
- font-size: 83%;
- font-weight: normal;
- font-style: italic;
- text-align: center;
- white-space: nowrap;
- color: hsl(0,0%,22%);
- background-color: hsl(0,0%,93%);
- padding: 10px 5px 5px;
- margin: 0;
- border-bottom: 1px solid hsl(0,0%,72%);
- overflow: auto;
- }
- p {
- font-size: 83%;
- color: inherit;
- background-color: hsl(0,0%,99%);
- -o-text-overflow: ellipsis;
- padding: 10px;
- margin: 0;
- overflow: hidden;
- }
- h2+p::before {
- content: "";
- background-image: -o-skin('Dialog Warning');
- margin: 0 7px 0 0;
- width: 48px;
- height: 48px;
- float: left;
- }
- ul {
- color: inherit;
- background-color: hsl(0,0%,99%);
- padding: 15px 25px 5px;
- margin: 0;
- list-style: none;
- }
- li {
- font-size: 83%;
- text-align: center;
- vertical-align: middle;
- padding: 5px;
- display: block;
- }
- li+li {
- font-size: 70%;
- text-align: center;
- padding: 25px 0 0;
- width: 100%;
- }
- address {
- font-size: 70%;
- font-style: normal;
- text-indent: 5px;
- background-color: hsl(0,0%,98%);
- background-image: url(images/center.png);
- background-repeat: repeat-x;
- background-position: left bottom;
- padding: 3px 3px 5px;
- border-top: 1px solid hsl(0,0%,57%);
- clear: both;
- }
- address a + a {
- font-size: 100%;
- font-style: normal;
- text-indent: 0px;
- background-color: hsl(0,0%,98%);
- padding: 0px 0px 0px;
- clear: both;
- float:right;
- }
- }
- @media screen and (max-width: 416px), projection and (max-width: 416px), tv and (max-width: 416px) {
- html {margin: 10px 15px;}
- }
- @media screen and (max-width: 200px), projection and (max-width: 200px), tv and (max-width: 200px) {
- html {margin: 0;}
- h1 {
- margin: 0;
- background-color: hsl(0,100%,35%);
- }
- h1::before, h1::after {display: none;}
- }
- @media tv {h1 {height: 18px;}}
-
-